home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / quickfile / examples / addressbook / addressbook.startup < prev    next >
Text File  |  1995-07-22  |  307b  |  17 lines

  1. /*  ARexx
  2.  
  3.     AddressBook.startup
  4.  
  5.     This is an example of an startup script. It just loads
  6.     additional views. It skips error checking which is a bad thing
  7.  
  8.     Author:  A Wigginton   July 95
  9.  
  10. */
  11.  
  12. "loadview AddrList.view"
  13. "loadview SummOnly.view"
  14. "loadview FieldWrap.view"
  15. "loadview AddrLabels.view"
  16.  
  17.